micro_utils.dokka
0.9.6
android
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
[android]dataOrNull
data
Or
Null
android
fun
<
T
>
Optional
<
T
>
.
dataOrNull
(
)
:
T
?
Content copied to clipboard
Returns
Optional.data
if
Optional.dataPresented
of
this
is true, or null otherwise